func net/textproto.isASCIISpace
5 uses
net/textproto (current package)
textproto.go#L127: for len(s) > 0 && isASCIISpace(s[0]) {
textproto.go#L130: for len(s) > 0 && isASCIISpace(s[len(s)-1]) {
textproto.go#L138: for len(b) > 0 && isASCIISpace(b[0]) {
textproto.go#L141: for len(b) > 0 && isASCIISpace(b[len(b)-1]) {
textproto.go#L147: func isASCIISpace(b byte) bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)